home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
langs
/
sozosun.zoo
/
makeall
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-02-09
|
295 b
|
21 lines
# !/bin/sh
#
# Script to make all the binaries for the SUN port of Sozobon C cross compiler
#
echo "Making hcc.ttp"
cd src/hcc
make -k
echo "Making jas.ttp"
cd ../jas
make -k
echo "Making sld.ttp"
cd ../ld
make -k
echo "Making tools"
cd ../tools
make -k
echo "Making top.ttp"
cd ../top
make -k